public GetValue<>(
long ,
)
'Declaration
Public Overloads Function GetValue(Of )( _
ByVal As Long, _
ByVal As _
) As
'Usage
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As
Dim value As
value = instance.GetValue(Of T)(tag, defaultValue)
public GetValue<T>(
long tag,
defaultValue
)
function Leadtools.Dicom.DicomDataSet.GetValue``1(Int64,``0)(
tag ,
defaultValue
)
public:
GetValuegeneric<typename >
(
int64 ,
)
Parameters
- tag
- tag of the item to find.
- defaultValue
- a value of type T that is returned if the actual value cannot be retrieved.
Type Parameters
- T
- specifies the type of the value to return
Return Value
a value of type T that is the value of the DICOM element